home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winutils / winutl2.zip / PS.TXT < prev    next >
Text File  |  1990-08-27  |  9KB  |  225 lines

  1.  
  2.                         Paint Shop by Robert Voit
  3.                             Version 1.0
  4.  
  5.  
  6. Paint Shop is a Windows 3.0 program.
  7. The purpose of Paint Shop is to convert a picture file format to a different
  8. format.
  9. Paint Shop will convert picture file formats - BMP, PCX, and GIF.
  10.  
  11. Paint Shop will convert the entire picture, not a clipped portion of your
  12. picture. If the original picture size is 900 by 900, then that will be the
  13. resulting picture size.
  14.  
  15. Running Paint Shop:
  16. Start Paint Shop up as you would any other Window program.
  17. Once Paint Shop is running, you should select the file format that you want
  18. to CONVERT FROM. Just click the mouse on the format.
  19. Now select the file format that you want to CONVERT TO, just click the mouse
  20. on the format.
  21. Now select the file that you would like to convert, by selecting FILE, SELECT.
  22. Select the file in the same manner as you would select a file to open with any
  23. other Windows program.
  24. Paint Shop will now convert the file that you have selected.
  25. That is all there is to using Paint Shop, but you should know a few things about
  26. the formats that you are converting from and to, so please read the entire
  27. document.
  28.  
  29.  
  30.  
  31. Acknowledgements:
  32. Paintbrush:
  33. Paintbrush is a trademark of ZSoft Corporation.
  34. PCX and BMP files are products of Paintbrush. (not sure if they are trademarks
  35. or Service Marks)
  36.  
  37. Windows:
  38. Windows is a trademark of Microsoft Corporation.
  39.  
  40. GIF files:
  41. The Graphics Interchange Format(c) is the Copyright property of
  42. CompuServe Incorporated. GIF(sm) is a Service Mark property of
  43. CompuServe Incorporated.
  44.  
  45. For further information, please contact :
  46. CompuServe Incorporated
  47. Graphics Technology Department
  48. 5000 Arlington Center Boulevard
  49. Columbus, Ohio  43220
  50. U. S. A.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. GIF files:
  58. There are 2 versions of the GIF file formats 87a and 89a.
  59. Paint Shop supports both versions.
  60.  
  61. The specifications of version 89a was released summer of 1990. In these
  62. specifications some items that were not too clear in the 87a version were
  63. cleared up. Unfortunately, by clearing up some of these items some GIF files
  64. have become invalid in their format.
  65.  
  66. When converting a picture from GIF to BMP, the file format of the GIF file must
  67. be correct. But, when you convert GIF to PCX the file format of the GIF is not
  68. as important.
  69. You can tell that the GIF file has an invalid format because the resulting
  70. BMP file does not look right.
  71. As a result, I have found that I can convert these invalid GIF files to PCX.
  72. I then convert the resulting PCX to GIF and now have a valid GIF file.
  73.  
  74. Paint Shop will always CONVERT TO version 87a. When converting between file
  75. formats I find no advantage to creating the new version 89a.
  76.  
  77.  
  78. PCX files:
  79. PCX files come in many formats and versions.
  80. Paint Shop supports version 5, single plane.
  81.  
  82. Version 5 is the version that Paintbrush (that came with Windows 3.0) reads and
  83. writes. Single plane is the type produced for vga.
  84.  
  85. Paint Shop will always produce a version 5, 256 color picture.
  86. This is not to say that your picture will have 256 colors, but rather it will
  87. produce a file that has a palette capable of holding 256 different colors.
  88. Some viewers will see this as the number of unique colors within the picture.
  89. This is not correct. There is room for 256 colors, but the PCX file will only
  90. contain the palette information of the original file.
  91. As an example, if you convert a black and white GIF file to PCX the resulting
  92. PCX will have room for 256 colors, but the picture will still be black and
  93. white.
  94.  
  95.  
  96. BMP files:
  97. BMP files come in many formats.
  98. Paint Shop supports the format that is written by Paintbrush.
  99.  
  100.  
  101.  
  102.  
  103. SHAREWARE:
  104.            
  105. Paint Shop is user supported software.  You may use it for a free ten day trial
  106. period.
  107. If you find this program useful,  please license the program by sending $25.00
  108. ($26.50 for Minnesota residents) to:
  109.  
  110. Robert Voit
  111. 17743 Evener Way 
  112. Eden Prairie, MN 55346
  113. CIS-72557,256
  114.  
  115.  
  116. REVISION HISTORY:
  117. version 1.0 - original
  118.  
  119. PRODUCT SUPPORT:
  120. Registered users may obtain support by contacting Robert Voit at the above
  121. address or CompuServe number.
  122.  
  123. FUTURE FORMATS:
  124. More file formats will be supported in the future, provided that Paint Shop
  125. is adequately supported. If there is a file format that you would like to see
  126. supported please send me a note when you register Paint Shop. The formats
  127. that are requested the most will be the first ones to be added.
  128.  
  129.  
  130.  
  131.  
  132. Questions and Answers:
  133.  
  134. Question-
  135. Why is Paint Shop altering the colors of the original picture?
  136.  
  137. Answer-
  138. I assure you that Paint Shop does not alter the colors of the original
  139. picture. Here is a long explanation as to what is happening.
  140.  
  141. As an example we will assume that you have converted a GIF file to a PCX file.
  142. First you must understand the graphics environment. Most of you are probably
  143. using a VGA card with your computer. You elected VGA for its 256 colors over
  144. EGA with only 16 colors. On a standard VGA system the 256 colors are only
  145. available in one mode. This mode is 320x200 (320 pixels (dots) across by
  146. 200 pixels down). The other modes of the VGA card only allow for 16 or less
  147. colors. With a standard VGA card Windows uses a mode that is 640x480 with only
  148. 16 colors.
  149.  
  150. As a result, you can use a gif viewer to view a gif picture with 256 colors.
  151. But when you use the Paintbrush, you will only get 16 of the 256 colors. I hope
  152. you can now see why a 256 color picture would not look right with the
  153. Paintbrush program.
  154.  
  155. Color Ranges: The different modes have there own color ranges. The mode with
  156. 256 colors can select its palette of colors from 262,144 different colors. The
  157. mode with 16 colors selects its colors from only 64 different colors.
  158.  
  159. If you have a 16 color picture the colors may still be different. In a 256
  160. color mode you could view a picture that has 16 different shades of grey. But
  161. with a 16 color system, only 4 of those shades fall within its range of colors.
  162. Thus, even though the picture is made up of only 16 colors, not all of the 16
  163. colors can be represented on a 16 color system. In this example you would see
  164. the 16 color grey scaled picture as only having 4 shades of grey.
  165.  
  166. Pictures that use 16 different colors (not grey shaded) have the same limits
  167. on them. If the picture uses any colors that are outside of the 64 color range,
  168. those colors will be different when viewed with the Paintbrush program.
  169.  
  170.  
  171. I can not fix Paint Shop to allow for the limits of your hardware. I tried to
  172. reduce a 16 color grey scale picture to the limits of the 16 color range. Since
  173. the 16 color range only has 4 shades of grey (black and white are 2 of them)
  174. the other 12 colors showed up as blues, greens, and reds. Thus there is no way
  175. of converting colors outside of the color range to a color within the color
  176. range without changing the color.
  177.  
  178.  
  179.  
  180.  
  181. What to do...
  182. In order to get your 256 colors back you would have to upgrade your video
  183. card to what is called SVGA (S stands for Super). I have a Video 7 card with
  184. 512k of memory on the card. This allows for 640x480x256. In addition, I have a
  185. video driver for Windows that allows me to run windows at 640x480x256. The
  186. standard driver that comes with windows is "vga.drv" ( you can check to see if
  187. you are using this by viewing "system.ini" with notepad, and finding the line
  188. that says "display.drv=??????.drv", your line probably reads
  189. "display.drv=vga.drv"). If you are using "vga.drv", then you are running in
  190. 640x480x16. Because it is a 16 color mode it can not select its colors from the
  191. full range of vga colors (262,144 different colors), but rather the range of the
  192. of a 16 color system (64 different colors).
  193.  
  194. There are many boards out there that support 256 colors in Windows. To take
  195. advantage of the board, you need a Windows 3.0 driver with the board (this will
  196. replace "vga.drv"). Most major board makers have all ready produced this driver.
  197. By upgrading your board, and changing the Windows video driver in "system.ini"
  198. you can run Windows at 640x480x256 instead of 640x480x16. It may be that your
  199. present board is upgradable. What I mean is that some boards just need more
  200. memory added to them to allow for this new mode (you would still need a driver).
  201.  
  202. Your video board may already allow for 640x400x256 (check with the
  203. manufacturer). You will still need to obtain the video driver from the
  204. manufacturer to use this mode in Windows.
  205.  
  206.  
  207.  
  208. Question-
  209. I have a beautiful picture that I use as wallpaper. When I view a picture
  210. converted with Paint Shop it goofs up all of the colors in my wallpaper
  211. picture. If I close the painting program, everything goes back to normal. If
  212. I make the painting program an icon, the colors stay goofed up. Why?
  213.  
  214. Answer-
  215. On a vga monitor there are 262,144 different colors. Windows picks 16 or 256
  216. (depending on you video setup) to use as its' set of colors. The picture
  217. that you view (with Paintbrush) may use a different set of 16 or 256 colors than
  218. what your wallpaper is using. To allow your pictures to be viewed properly
  219. Windows gives the painting program the ability to change Windows' set of colors.
  220. In this way your picture will have the correct colors, but since your wallpaper
  221. uses different colors, it will now be incorrect. Windows should correct this
  222. when you close your painting program, or view a picture with the same colors as
  223. Windows normally uses.
  224.  
  225.